home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / cross / fast05.lha / Fast05.readme < prev    next >
Text File  |  1998-02-23  |  2KB  |  56 lines

  1. Short:    6805 Assembler 6805 Disassembler and Tools
  2. Uploader: jsalmon@voyager.co.nz (John Salmon)
  3. Author:   jsalmon@voyager.co.nz (John Salmon)
  4. Type:     
  5. Version:  2.0
  6.  
  7. Fast05 is a Developement system for the 68HC05
  8. series of microcontrollers from Motorola.
  9.  
  10. The system consists of several tools or "Commands" that run from the
  11. CLI. The commands work in conjunction with a monitor and real time
  12. debugger, which are programmed into the chip along with your 6805
  13. code.
  14.  
  15. COMMANDS
  16.  
  17.   Asm05   the assembler (see Asm05.doc for full details)
  18.   Dis05   disassembler
  19.   Pgm8C4  programs empty 68HC805C4 devices
  20.   Pgm7C8  programs 68HC705C8 devices
  21.   Pgm7C9  programs 68HC705C9 devices
  22.   PgmIC   reprograms the 68HC805C4 EEPROM device in circuit
  23.   Img2s19 converts ROM images to motorola S record files
  24.   rm      Read Memory
  25.   rv      Read Variable      
  26.   rpz     Read Page Zero
  27.   cm      Change Memory
  28.   cv      Change Variable
  29.   go      Run
  30.   stp     Stop
  31.  
  32. DEBUG CODE
  33.   monitor.asm   basic 6805 reset monitor
  34.   dbug.asm      serial port real time debugger
  35.  
  36. To get the most from this system you need a 68HC805C4 device. This
  37. device has 4K of EEPROM (or Flash) memory for program storage. This
  38. device can be erased and reprogrammed in the target circuit via its
  39. serial port. It is an ideal device for program developement as it can
  40. be reprogramed any number of times without removing it from the test
  41. circuit (unlike EPROM based devices).
  42.  
  43. The assembler, disassembler, monitor and debugger can be used to
  44. target any 6805 family device.
  45.  
  46. For more info see the Docs directory or contact the author
  47.  
  48. jsalmon@voyager.co.nz
  49.  
  50.      John Salmon
  51.      Rocklands Rd
  52.      Takaka
  53.      Golden Bay
  54.      New Zealand
  55.  
  56.